More flexible - #12
Merged
Merged
Conversation
- Replace positional parameters with named arguments in all examples - Makes code more readable by eliminating null parameters - PHP 8.0+ feature for cleaner API usage
- Add getGroup() and hasGroup() to SchemaField model - Add getFieldsGrouped() to FieldSchema model for organizing fields - Implement alphabetical sorting with Ungrouped last - Add 10 comprehensive tests covering all scenarios - Update README, BEST_PRACTICES, and Laravel Boost docs - All tests passing, PHPStan clean, Pint clean
Feature fully implemented, tested, and documented: - All 10 tests passing - PHPStan clean - Documentation updated (README, BEST_PRACTICES, Laravel Boost) - Committed in: 7e0cf03
- Add label column to ff_schema_fields table - Add getLabel(), getPlaceholder(), getHint() to SchemaField - Update addFieldToSchema() to accept label parameter - Add 10 comprehensive tests - All tests passing, PHPStan clean, Pint clean
- Add UI Hints section to README with usage examples - Add best practices for labels, placeholders, and hints - Update Laravel Boost guidelines with code snippets - Document label fallback behavior
Feature fully implemented, tested, and documented: - All 10 tests passing - PHPStan clean - Documentation complete - Commits: 0e102e4, bbd06b6
Add hasColumn check to prevent duplicate column error when migration runs multiple times in test environment
- Remove PHP 8.2 from GitHub Actions matrix - Add 'performance' group to SchemaPerformanceTest and ViewRecreationPerformanceTest - Update composer.json to exclude 'performance' group from default tests - Update composer.json to include 'performance' group in performance tests - Fix test database cleanup issues by removing migrate:fresh and fixing cleanup order
- Fix 'table not found' errors in CI by making TestCase::setUp robust (check table existence) - Wrap cleanupTestData in try-catch to prevent ghost table errors - Remove harmful 'migrate:fresh' calls from all unit tests - Configure performance tests to run only when explicitly requested - Remove PHP 8.2 from GitHub Actions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.